Display Name = ""
Parallax Name = ""
Note = ""

CommonEvent 1
Name = "EV001"

  Page 0
    Empty([])

CommonEvent 2
Name = "EV002"

  Page 0
    ChangeMapDisplay([1])
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 153, 10, 6, 0, 0])
    ChangePlayerFollowers([0])
    Empty([])

CommonEvent 3
Name = "EV003"

  Page 0
    ChangeMapDisplay([1])
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 153, 21, 9, 0, 0])
    Empty([])

CommonEvent 4
Name = "EV004"

  Page 0
    ChangeMapDisplay([1])
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 153, 30, 13, 0, 0])
    Empty([])

CommonEvent 5
Name = "EV005"

  Page 0
    ChangeMapDisplay([1])
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 153, 31, 22, 0, 0])
    Empty([])

CommonEvent 6
Name = "EV006"

  Page 0
    ChangeMapDisplay([1])
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 153, 16, 29, 0, 0])
    Empty([])

CommonEvent 7
Name = "EV007"

  Page 0
    ChangeMapDisplay([1])
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 153, 52, 20, 0, 0])
    Empty([])

CommonEvent 8
Name = "EV008"

  Page 0
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 205, 53, 33, 0, 0])
    Empty([])

CommonEvent 9
Name = "EV009"

  Page 0
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 205, 54, 33, 0, 0])
    Empty([])

CommonEvent 10
Name = "EV010"

  Page 0
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 205, 53, 6, 0, 0])
    Empty([])

CommonEvent 11
Name = "EV011"

  Page 0
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 205, 54, 6, 0, 0])
    Empty([])

CommonEvent 12
Name = "EV012"

  Page 0
    ChangeMapDisplay([1])
    PlaySE(["RPG::SE(@name=\"Move\", @pitch=100, @volume=80)"])
    TransferPlayer([0, 153, 48, 11, 0, 0])
    Empty([])

CommonEvent 13
Name = "EV013"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Priest>"])
    ShowText(["Welcome to Natalia Port Church."])
    ShowText(["What brings you here?"])
    ShowChoices([["Pray", "Never mind"], 2])
    When([0, "お祈りをする"])
      ControlVariables([1002, 1002, 0, 0, 61])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Priest>"])
      ShowText(["Then, let us pray to Ilias."])
      ShowText(["...Ah, I feel a connection to guidance in this place."])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Priest>"])
      ShowText(["If anything happens during your journey, you will be led back to this place."])
      ShowText(["May Ilias' blessing be upon you..."])
      Empty([])

    When([1, "用はない"])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["\\n<Priest>"])
      ShowText(["May Ilias' blessing be upon you..."])
      Empty([])

    ChoicesEnd([])
    Empty([])

CommonEvent 14
Name = "EV014"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Innkeeper>"])
    ShowText(["Welcome..."])
    ShowText(["10G per night with dinner included. \\$."])
    ShowChoices([["Yes", "No"], 2])
    When([0, "はい"])
      ConditionalBranch([7, 10, 0])
        ChangeGold([1, 0, 10])
        FadeoutScreen([])
        PlayME(["RPG::ME(@name=\"Inn\", @pitch=100, @volume=100)"])
        Wait([150])
        RecoverAll([0, 0])
        FadeinScreen([])
        Empty([])
      Else([])
        ShowTextAttributes(["", 0, 0, 2])
        ShowText(["\\n<Innkeeper>"])
        ShowText(["I'm sorry, but it seems you don't have enough money."])
        Empty([])
      BranchEnd([])
      Empty([])

    When([1, "いいえ"])
      Empty([])

    ChoicesEnd([])
    Empty([])

CommonEvent 15
Name = "EV015"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Merchant>"])
    ShowText(["Welcome!"])
    ShowText(["If you need items, be sure to visit our shop!"])
    ShowChoices([["Go shopping", "Request gem processing", "No need"], 3])
    When([0, "買い物をする"])
      ShopProcessing([0, 3, 0, 0, false])
      ShopItem([0, 4, 0, 0])
      ShopItem([0, 7, 0, 0])
      ShopItem([0, 11, 0, 0])
      ShopItem([0, 22, 0, 0])
      ShopItem([0, 23, 0, 0])
      ShopItem([0, 35, 0, 0])
      ShopItem([0, 73, 0, 0])
      ShopItem([0, 3638, 0, 0])
      ShopItem([0, 3653, 0, 0])
      ShopItem([0, 3663, 0, 0])
      ShopItem([0, 3106, 0, 0])
      ShopItem([0, 3836, 0, 0])
      ShopItem([0, 3842, 0, 0])
      ShopItem([0, 3998, 0, 0])
      Empty([])

    When([1, "秘石の加工を頼む"])
      Script(["call_synthesize(74)"])
      Empty([])

    When([2, "用はない"])
      Empty([])

    ChoicesEnd([])
    Empty([])

CommonEvent 16
Name = "EV016"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Merchant>"])
    ShowText(["Our accessories are just as good as those in San Ilia."])
    ShowText(["I can't say it out loud, but we're receiving support from the sky pirate crew..."])
    ShopProcessing([2, 1244, 0, 0, false])
    ShopItem([2, 1247, 0, 0])
    ShopItem([2, 1250, 0, 0])
    ShopItem([2, 1253, 0, 0])
    ShopItem([2, 1256, 0, 0])
    ShopItem([2, 1259, 0, 0])
    ShopItem([2, 4588, 0, 0])
    Empty([])

CommonEvent 17
Name = "EV017"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Merchant>"])
    ShowText(["That's why this town is so suspicious..."])
    ShowText(["Good equipment comes flowing in, you know."])
    ShopProcessing([1, 504, 0, 0, false])
    ShopItem([1, 653, 0, 0])
    ShopItem([1, 4685, 0, 0])
    ShopItem([2, 441, 0, 0])
    ShopItem([2, 657, 0, 0])
    Empty([])

CommonEvent 18
Name = "EV018"

  Page 0
    ConditionalBranch([1, 844, 0, 2, 1])
      ConditionalBranch([0, 1593, 1])
        ShowTextAttributes(["mob_elf3_fc1", 0, 0, 2])
        ShowText(["\\n<Iyo>"])
        ShowText(["I also want to go on a journey..."])
        ShowText(["Will you take me with you?"])
        ShowChoices([["Add to party", "Refuse"], 0])
        When([0, "仲間にする"])
          ShowTextAttributes(["mob_elf3_fc1", 0, 0, 2])
          ShowText(["\\n<Iyo>"])
          ShowText(["Thank you, let's go!"])
          ErasePicture([5])
          SetMoveRoute([0, "RPG::MoveRoute(@repeat=false, @skippable=false, @wait=true, @list=[\"RPG::MoveCommand(@code=37, @parameters=[])\", \"RPG::MoveCommand(@code=10, @parameters=[])\", \"RPG::MoveCommand(@code=39, @parameters=[])\", \"RPG::MoveCommand(@code=0, @parameters=[])\"])"])
          Unnamed(["RPG::MoveCommand(@code=37, @parameters=[])"])
          Unnamed(["RPG::MoveCommand(@code=10, @parameters=[])"])
          Unnamed(["RPG::MoveCommand(@code=39, @parameters=[])"])
          Script(["add_actor_ex(593)"])
          PlayME(["RPG::ME(@name=\"fanfale\", @pitch=100, @volume=100)"])
          ShowTextAttributes(["", 0, 0, 2])
          ShowText(["Iyo has joined the party!"])
          Wait([60])
          ExitEventProcessing([])
          Empty([])
        When([1, "仲間にしない"])
          ShowTextAttributes(["mob_elf3_fc1", 0, 0, 2])
          ShowText(["\\n<Iyo>"])
          ShowText(["Is that so, that's unfortunate..."])
          Empty([])
        ChoicesEnd([])
        Empty([])
      BranchEnd([])
      Empty([])

    BranchEnd([])
    CallCommonEvent([7431])
    Empty([])

  Page 1
    Empty([])

CommonEvent 19
Name = "EV019"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Brute>"])
    ShowText(["It's time to prepare for battle!"])
    ShowText(["Who knows when the angels will attack again!"])
    Empty([])

CommonEvent 20
Name = "EV020"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Young Man>"])
    ShowText(["I tried putting this on for now, but is this really okay...?"])
    ShowText(["Should I carry a shield too?"])
    Empty([])

CommonEvent 21
Name = "EV021"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Young Man>"])
    ShowText(["Good spears are still expensive..."])
    ShowText(["But if I skimp on weapons and die on the battlefield, it won't be worth it..."])
    Empty([])

CommonEvent 22
Name = "EV022"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Apprentice Soldier>"])
    ShowText(["I can't tell the quality of accessories; I'm just a novice..."])
    ShowText(["For now, if I put on something that boosts HP, will it make it harder to die?"])
    Empty([])

CommonEvent 23
Name = "EV023"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Young Man>"])
    ShowText(["Is this just a fashion item...?"])
    ShowText(["What the heck, it's so misleading!"])
    Empty([])

CommonEvent 24
Name = "EV024"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Mermaid>"])
    ShowText(["I'm planning to join the Monster Lord's army."])
    ShowText(["I need to buy plenty of potions to avoid running out of MP..."])
    Empty([])

CommonEvent 25
Name = "EV025"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Brute>"])
    ShowText(["Food is essential for a long journey..."])
    ShowText(["How much should I stock up on?"])
    Empty([])

CommonEvent 26
Name = "EV026"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Aunt>"])
    ShowText(["My son also ran off to join the Reverse Kreuz."])
    ShowText(["He's easily influenced, even though he lacks determination..."])
    Empty([])

CommonEvent 27
Name = "EV027"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Uncle>"])
    ShowText(["He'll probably come back soon, unable to endure the training anyway."])
    ShowText(["He's always been like that..."])
    Empty([])

CommonEvent 28
Name = "EV028"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Guard>"])
    ShowText(["This town has many residents who harbor animosity towards angels..."])
    ShowText(["The church isn't just deserted; there's even a possibility of attacks."])
    Empty([])

CommonEvent 29
Name = "EV029"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Guard>"])
    ShowText(["It's sad that a church needs to be patrolled like this."])
    ShowText(["I think we should crack down on the excessively violent residents."])
    Empty([])

CommonEvent 30
Name = "EV030"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Brute>"])
    ShowText(["You all are... the rumored heroes!"])
    ShowText(["Please head up to the second floor, everyone is grateful!"])
    Empty([])

CommonEvent 31
Name = "EV031"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Guard>"])
    ShowText(["Please, don't mind me..."])
    Empty([])

CommonEvent 32
Name = "EV032"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Guard>"])
    ShowText(["Is it that this inn feels unusually serious?"])
    ShowText(["Well, it's the times we live in."])
    Empty([])

CommonEvent 33
Name = "EV033"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Captain>"])
    ShowText(["We should consider that the war has already begun."])
    ShowText(["Between this town and the angels..."])
    Empty([])

CommonEvent 34
Name = "EV034"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Mermaid>"])
    ShowText(["Hey, keep it down a bit."])
    ShowText(["Sex is about to start next door!"])
    Empty([])

CommonEvent 35
Name = "EV035"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Mermaid>"])
    ShowText(["The couple next door is currently in their melodrama phase..."])
    ShowText(["Sex is about to begin soon."])
    Empty([])

CommonEvent 36
Name = "EV036"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Mermaid>"])
    ShowText(["If I hadn't married this person, they could have lived as an ordinary resident..."])
    ShowText(["I turned my husband into a criminal."])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Young Man>"])
    ShowText(["What are you saying? It's not your fault."])
    ShowText(["Once we are freed from the angels' control, we..."])
    Empty([])

CommonEvent 37
Name = "EV037"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Young Man>"])
    ShowText(["I married a mermaid, whom the angels call an illegal resident..."])
    ShowText(["I too have become a serious criminal in the eyes of the angels."])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Young Man>"])
    ShowText(["There's no such thing as regret."])
    ShowText(["To protect my family, I will fight in the next battle as well."])
    Empty([])

CommonEvent 38
Name = "EV038"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Guard>"])
    ShowText(["Here, we are hiding the so-called illegal resident mermaids as defined by the angels."])
    ShowText(["Thanks to your efforts, we have been able to avoid being discovered here."])
    Empty([])

CommonEvent 39
Name = "EV039"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Mermaid>"])
    ShowText(["Thanks to you, we were saved!"])
    ShowText(["If the angels had found us, who knows what would have happened..."])
    Empty([])

CommonEvent 40
Name = "EV040"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Mermaid>"])
    ShowText(["I want to swim freely across the vast ocean..."])
    ShowText(["The freedom of mermaids has been taken away by the angels."])
    Empty([])

CommonEvent 41
Name = "EV041"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Mermaid>"])
    ShowText(["Just being protected isn't enough, after all..."])
    ShowText(["I wonder if I should join the Monster Lord's army and fight together."])
    Empty([])

CommonEvent 42
Name = "EV042"

  Page 0
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ControlSelfSwitch(["A", 0])
    ChangeItems([8, 0, 0, 1])
    Empty([])

  Page 1
    Empty([])

CommonEvent 43
Name = "EV043"

  Page 0
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ControlSelfSwitch(["A", 0])
    ChangeItems([111, 0, 0, 1])
    Empty([])

  Page 1
    Empty([])

CommonEvent 44
Name = "EV044"

  Page 0
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ControlSelfSwitch(["A", 0])
    ChangeItems([2102, 0, 0, 1])
    Empty([])

  Page 1
    Empty([])

CommonEvent 45
Name = "EV045"

  Page 0
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ControlSelfSwitch(["A", 0])
    ChangeItems([345, 0, 0, 1])
    Empty([])

  Page 1
    Empty([])

CommonEvent 46
Name = "EV046"

  Page 0
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ControlSelfSwitch(["A", 0])
    ChangeItems([35, 0, 0, 1])
    Empty([])

  Page 1
    Empty([])

CommonEvent 47
Name = "EV047"

  Page 0
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ControlSelfSwitch(["A", 0])
    ChangeItems([109, 0, 0, 1])
    Empty([])

  Page 1
    Empty([])

CommonEvent 49
Name = "EV049"

  Page 0
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["\\n<Mermaid>"])
    ShowText(["Welcome to the rare and unique mermaid blacksmith."])
    ShowText(["Our selection is limited, but it doesn't fall short of the blacksmiths in the big cities."])
    Script(["call_synthesize(35)"])
    Empty([])

CommonEvent 50
Name = "EV050"

  Page 0
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ControlSelfSwitch(["A", 0])
    ChangeItems([92, 0, 0, 1])
    Empty([])

  Page 1
    Empty([])
